projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c89ed6e
)
(help-echo): If global-mode-string is non-nil,
author
Richard M. Stallman
<rms@gnu.org>
Mon, 29 Jul 2002 21:17:06 +0000
(21:17 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 29 Jul 2002 21:17:06 +0000
(21:17 +0000)
display some spaces after it.
lisp/bindings.el
patch
|
blob
|
history
diff --git
a/lisp/bindings.el
b/lisp/bindings.el
index 00fbfb59e1ff22fb80a901b04f0c0283a0a1f262..413e18d9b7593eea4047a335e6ee0cf50ec826b5 100644
(file)
--- a/
lisp/bindings.el
+++ b/
lisp/bindings.el
@@
-249,6
+249,7
@@
Keymap to display on major and minor modes.")
'mode-line-buffer-identification
(propertize " " 'help-echo help-echo)
'global-mode-string
+ `(global-mode-string ,(propertize " " 'help-echo help-echo))
'mode-line-position
'(vc-mode vc-mode)
(propertize " " 'help-echo help-echo)